home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
lisp
/
stk-3.002
/
stk-3
/
STk-3.1
/
Contrib
/
STk-wtour
/
lessons
/
label3.stk
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-12
|
296 b
|
11 lines
;; A label widget, with a bitmap instead of text
;; We use here the fact that "wtour-lessondir" contains the path of the
;; wtour demo
(label '.lab2 :bitmap (string-append "@" wtour-lessondir "/../lib/iu.ridge.xbm")
:relief "raised"
:borderwidth 2)
(pack .lab2)